Opc.Ua.Core
InvokeService Method (UaChannelBase<TChannel>)



Opc.Ua Namespace > UaChannelBase<TChannel> Class : InvokeService Method
The client side implementation of the InvokeService service contract.
Syntax
'Declaration
 
Public Overrides Function InvokeService( _
   ByVal request As InvokeServiceMessage _
) As InvokeServiceResponseMessage
'Usage
 
Dim instance As UaChannelBase(Of TChannel)
Dim request As InvokeServiceMessage
Dim value As InvokeServiceResponseMessage
 
value = instance.InvokeService(request)
public override InvokeServiceResponseMessage InvokeService( 
   InvokeServiceMessage request
)
public:
InvokeServiceResponseMessage^ InvokeService( 
   InvokeServiceMessage^ request
) override 

Parameters

request
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaChannelBase<TChannel> Class
UaChannelBase<TChannel> Members